.ads {
    width: 100%;
    min-width: 1400px;
    height: 890px;
    overflow: hidden;
}

a {
    cursor: pointer;
}

.ads .swiper-slide {
    width: 100%;
    min-width: 1400px;
    height: 890px;
}

.ads .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 50px;
    width: 100%;
    z-index: 666666;
}

.ads .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 8px;
    cursor: pointer;
    background: none;
    border: 1px solid #fff;
}

.ads .swiper-active-switch {
    background: #0079c3;
    border: 1px solid #0079c3;
}

.links {
    user-select: none;
}

.link:hover {
    color: #0079c3;
}

.link:hover span {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 2px;
    width: 100%;
    background: #0079c3;
}

.search-form {
    position: absolute;
    width: 290px;
    height: 40px;
    top: 66px;
    left: 565px;
    background: #fff;
    cursor: default;
    z-index: 999;
    display: none;
}

.search-form input[type=text] {
    width: 220px;
    padding-left: 20px;
    height: 40px;
    float: left;
    font-size: 14px;
    color: #000;
}

.search-form input[type=submit] {
    width: 70px;
    height: 40px;
    float: left;
    background: #0079c3;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.wapp .right {
    width: 54%;
}

.wapp .right .img img {
    height: 720px;
    width: 100%;
    display: block;
}

.carousl {
    z-index: 10;
}

.carousl:not(:nth-child(1)) {
    z-index: 6;
}

.carousl-ads {
    width: 100%;
    height: 720px;
}

.carousl-ads img {
    width: 100%;
    height: 720px;
}

.case .item {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.bg-box .t p {
    bottom: -38px;
}

.bg-box .h2 .link {
    position: relative;
    top: 48px;
    left: 0;
}

.inews:not(:nth-child(1)) {
    display: none;
}

.news .left {
    float: left;
    width: 680px;
}

.news .right .items {
    float: right;
    width: 700px;
}

.footer {
    width: 100%;
    min-width: 1400px;
}

.banner {
    width: 100%;
    min-width: 1400px;
    height: 695px;
}

.banner2 {
    width: 100%;
    min-width: 1400px;
    height: 400px;
}

.banner img {
    display: none;
}

.breadcrumb a {
    color: #fff;
}

.centerflex {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.container-bottom {
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -12.5px;
    left: 98.5px;
    background: url('../images/yuan.png');
    z-index: 99;
}

.wrap-news .img {
    background: none;
}

.wrap-h .form input[type=text] {
    background: #fff;
    height: 30px;
    line-height: 30px;
    width: 240px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    padding: 0 40px 0 20px;
}

.rprotu {
    width: 78px;
    height: 78px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 78px;
    height: 78px;
    margin: -100px 0 0 -39px;
    overflow: hidden;

}

.rprotu1 {
    width: 78px;
    height: 78px;
    position: absolute;
    top: -100%;
    left: 0;
    transition: top 0.3s;
}

.rprotu2 {
    width: 78px;
    height: 78px;
    position: absolute;
    top: 0;
    left: 0;
    transition: top 0.3s;
}

.wrap-det .nn .link:hover {
    color: #0079c3;
    font-weight: bold;
}

.wrap-det .nn .link:hover .rprotu1 {
    top: 0;
}

.wrap-det .nn .link:hover .rprotu2 {
    top: 100%;
}

.page-box {
    padding-left: 60px;
    padding-top: 40px;
    text-align: center;
}

.page-box a,
.page-box span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #999;
    font-size: 12px;
    background: #eee;
    cursor: pointer;
    margin: 0 10px;
    position: relative;
}

.page-box a.focus {
    background: #0d81c8;
    color: #FFF
}

.page-box a:hover {
    background: #0d81c8;
    color: #FFF
}

.page-box .prev,
.page-box .next {
    width: 100px;
}

.page-box .prev:after,
.page-box .next:after {
    position: absolute;
    top: 13px;
    content: '';
    width: 14px;
    height: 17px;
}

.page-box .prev {
    padding-right: 30px;
}

.page-box .prev:after {
    right: 15px;
    background: url("../images/m4.png") no-repeat;
    background-size: contain;
}

.page-box .prev:hover:after {
    top: 14px;
    right: 15px;
    background: url("../images/m6.png") no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}

.page-box .next {
    padding-left: 30px;
}

.page-box .next:after {
    left: 15px;
    background: url("../images/m4.png") no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}

.page-box .next:hover:after {
    top: 12px;
    right: 15px;
    background: url("../images/m6.png") no-repeat;
    background-size: contain;
    transform: rotate(0deg);
}

.wrap-det .nn .link:hover {
    background: #fff;
}



@media(max-width:1590px) {
    .wapp .right {
        width: 54.8%;
    }
}

.allwid {
    width: 100%;
    min-width: 1400px;
}

.wrap-box .h .tip i {
    width: 73px;
}

.case .more-box {
    clear: both;
}

.wrap-box .h .tip {
    padding: 13px 0 20px;
}

.case .h {
    height: 170px;
}

.wrap-box .h .link:nth-child(1) {
    margin-left: 26px;
}

.case .item {
    padding-bottom: 1px;
}

@media(min-width:1580px) {
    .imgtu {
        display: block;
    }
}

@media(max-width:1579px) {
    .imgtu {
        display: none;
    }
}

.englishfont {
    font-family: Segoe UI;
}

.wrap-h .form input[type=text] {
    color: #c8c7c7;
}

.wrap-h .form input[type=text]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #c8c7c7;
}

.wrap-h .form input[type=text]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c8c7c7;
}

.wrap-h .form input[type=text]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c8c7c7;
}

.wrap-h .form input[type=text]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c8c7c7;
}

.wrap-ot .in i::before {
    content: '';
    width: 1px;
    height: 200px;
    background: #eee;
    right: -90px;
    top: -190px;
    position: absolute;
}

.wrap-ot .imgs {
    width: 1000px;
    margin: 0 auto;
}

.wrap-ent .img .count {
    background: rgba(0, 121, 195, .8)
}

.wrap-det .items .item .img::after {
    width: 278px;
    height: 280px;
}

.share-tip span {
    width: 186px !important;
}

.wrap-det .nn {
    border-bottom: none !important;
}

.wrap-det .nn .link .text {
    border-right: 1px solid rgba(255, 255, 255, .5) !important;
}

/* .zizihaha::after{content:'';width:378px !important;height: 378px !important;} */
.wrap-det .item:hover .zizihaha:after {
    background: url('../images/zzz.png') no-repeat !important;
}

.wrap-det .c{color:#6d6d6d;}
.wrap-det .c img{margin:15px 0;}

